type google.golang.org/grpc/internal/transport.bdpEstimator

10 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L49: type bdpEstimator struct {
		bdp_estimator.go#L74: func (b *bdpEstimator) timesnap(d [8]byte) {
		bdp_estimator.go#L85: func (b *bdpEstimator) add(n uint32) bool {
		bdp_estimator.go#L105: func (b *bdpEstimator) calculate(d [8]byte) {
		controlbuf.go#L525: 	bdpEst        *bdpEstimator
		controlbuf.go#L535: func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator, conn net.Conn, logger *grpclog.PrefixLogger, goAwayHandler func(*goAway) (bool, error), bufferPool mem.BufferPool) *loopyWriter {
		http2_client.go#L115: 	bdpEst *bdpEstimator
		http2_client.go#L384: 		t.bdpEst = &bdpEstimator{
		http2_server.go#L103: 	bdpEst                *bdpEstimator
		http2_server.go#L293: 		t.bdpEst = &bdpEstimator{